Skip to main content

Browser console

To analyze problems during the login or other functions it helps to use the tools coming with the browser.

All browser can save the complete data transfer. That can also include passwords or other sensitive data. Before you send the .har file to the OpenTalk support, please have a look and remove such data from the file. You can edit the .har file in any text editor. It may also contain a token that allows access to the application. The token expires after 5 minutes, please wait a little bit before sending such data via email.

Often it is enough to start the recording just before reproducing the issue, that way less data will be stored.

Chrome/Chromium

  • go to the page before the error happens
  • CTRL Shift i
  • switch to the "Network" tab in the newly opened window
  • reproduce the issue
  • wait a little but until nothing more happens in the network window
  • chose a random entry from the list and open the context menu with right mouse click
  • select "Save as Har with content"
  • have a look again above about sensitive data and send the .har file

Firefox

  • same process
  • under "Network analysis"
  • "Save all as Har"

Edge

  • same process but F12 to open the tools
  • depending on the window size the "Network" tab might be hidden behind the ">>" signs